home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / cfa.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  228 b   |  11 lines

  1. on exitFrame
  2.   global gCount, gWheelSelection
  3.   if gCount = 5 then
  4.     set gWheelSelection to string(random(12))
  5.     go("w" & gWheelSelection)
  6.   else
  7.     set gCount to gCount + 1
  8.     go(label("spin the wheel") + 1)
  9.   end if
  10. end
  11.